home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / challenge / 12.04-Apr96 / LifeTestCode DR3.sit / Life TestCode DR3 / LifeScramble.h < prev    next >
Text File  |  1996-03-25  |  425b  |  20 lines

  1. /* LifeScramble.h    */
  2. /* ©Ludovic Nicolle 1996    */
  3.  
  4. /* 
  5. this file contain the header of the function responsible for
  6. bitmap initialization.
  7.  
  8. The following are true:
  9.  
  10. -    the GrafPort pointed by inputCellsPort exists and the BitMap has
  11.     already been allocated.
  12.  
  13. -    GrafPort has also been erased so the world is empty.
  14.  
  15. -    GetPort/SetPort is done by the caller, not by InitCellsPort.
  16.  
  17. */
  18.  
  19. void InitCellsPort(GrafPtr inputCellsPort);
  20.